<xs:element name="LINE" minOccurs="1" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation xml:lang="de">Positionen der Rechnung (INVOIC) </xs:documentation> <xs:documentation xml:lang="en">Posiitions of the invoice (INVOIC) </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="LineItemNumber" type="LineItemNumber" minOccurs="1" /> <xs:element name="ParentLineItemNumber" type="LineItemNumber" minOccurs="0" /> <xs:element name="SeriesID" type="ProductIdentifier" minOccurs="0" /> <xs:element name="ProductID" type="ProductIdentifier" minOccurs="0" /> <xs:element name="BatchNumber" type="BatchNumber" minOccurs="0" /> <xs:element name="TypeOfProduct" type="TypeOfProduct" minOccurs="0" /> <xs:element name="GoodsCountry" type="GoodsCountry" minOccurs="0" /> <xs:element name="ClassOfGoods" type="ClassOfGoods" minOccurs="0" /> <xs:element name="Commission" type="Commission" minOccurs="0" /> <xs:element name="OrderLineRef" type="DocumentLineReference" minOccurs="0" /> <xs:element name="DespatchAdviceLineRef" type="DocumentLineReference" minOccurs="0" /> <xs:element name="OrderResponseLineRef" type="DocumentLineReference" minOccurs="0" /> <xs:element name="TypeOfPackaging" type="TypeOfPackaging" minOccurs="0" /> <xs:element name="NumberOfPackages" type="NumberOfPackages" minOccurs="0" /> <xs:element name="MEA" type="MEA" minOccurs="0" maxOccurs="20" /> <xs:element name="InvoiceQuantity" type="Quantity" /> <xs:element name="GrossUnitPrice" type="GrossUnitPrice" minOccurs="0" /> <xs:element name="NetUnitPrice" type="NetUnitPrice" minOccurs="0" /> <!-- DE:<xs:element name="GrossLineAmount" type="GrossLineAmount" minOccurs="0" /> --> <xs:element name="DiscountsConditionsTotal" type="DiscountsConditionsTotal" minOccurs="0" /> <xs:element name="NetLineAmount" type="NetLineAmount" minOccurs="0" maxOccurs="1" /> <xs:element name="LineVat" type="Vat" minOccurs="0" /> <xs:element name="AdditionalLineReferences" type="AdditionalLineReferences" minOccurs="0" maxOccurs="1" /> <xs:element name="LTXT" type="LTXT" minOccurs="0" maxOccurs="300" /> <xs:element name="CNDL" type="CNDL" minOccurs="0" maxOccurs="unbounded" /> <xs:element name="OPT" type="OPT" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType> </xs:element>